Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632760 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/150 - Snowy Particle Js

app.js cody/swapnilsparsh/30DaysOfJavaScript/150 - Snowy Particle Js/app.js
117 Views
0 Comments
(function() {
var requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || window.msRequestAnimationFrame ||
function(callback) {
window.setTimeout(callback, 1000 / 60);
};
window.requestAnimationFrame = requestAnimationFrame;
})();

Sat Apr 23 2022 10_32_09 PM.webm cody/swapnilsparsh/30DaysOfJavaScript/150 - Snowy Particle Js/Sat Apr 23 2022 10_32_09 PM.webm
62 Views
0 Comments
Media file
style.css cody/swapnilsparsh/30DaysOfJavaScript/150 - Snowy Particle Js/style.css
97 Views
0 Comments

body{margin:0;height:100%;}
canvas{
position:absolute;top:0;left:0
background-image: linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
background-image: -o-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
background-image: -moz-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
background-image: -webkit-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
index.html cody/swapnilsparsh/30DaysOfJavaScript/150 - Snowy Particle Js/index.html
307 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.css">
readme.md cody/swapnilsparsh/30DaysOfJavaScript/150 - Snowy Particle Js/readme.md
172 Views
0 Comments